home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Linux
/
Kubuntu 8.10
/
kubuntu-8.10-desktop-i386.iso
/
casper
/
filesystem.squashfs
/
usr
/
share
/
doc
/
command-not-found
/
README
< prev
Wrap
Text File
|
2007-04-10
|
397b
|
11 lines
This application implements the command-not-found spec at:
https://wiki.ubuntu.com/CommandNotFoundMagic
To use it in bash, please add the following line to your .bashrc file:
. /etc/bash_command_not_found
To use it in zsh, please add the following line to your .zshrc file:
. /etc/zsh_command_not_found
Note that it overrides the preexec and precmd functions, in case you have
defined your own.